Christoph,
I really appreciate the effort. I've been searching for something
of this magnitude for awhile. See, I would normally use
CGI::Session for the equivalent in Perl. That is what I am trying
to achieve. I'll give that script a go and see what I can come up
with. Luckily, the data I
On Friday 14 October 2005 21:22, Derek Perriero wrote:
> What would be the best way to create a cgi session that contains the
> basic elements of a cookie and can also hold secure data, such as a
> username/password. [...]
Said. Done. I just tidied up a module we will be using for a web site
here.
On Friday 14 October 2005 21:22, Derek Perriero wrote:
> What would be the best way to create a cgi session that contains the
> basic elements of a cookie and can also hold secure data, such as a
> username/password. I've explored the possibilities of using SmartCookie,
> but that doesn't encrypt m
What would be the best way to create a cgi session that contains the
basic elements of a cookie and can also hold secure data, such as a
username/password. I've explored the possibilities of using
SmartCookie, but that doesn't encrypt my parameters.Here's some background info on what I'm trying to