>>>>
I didn't mean they won't work... I meant I don't want to use them.. I want to use a session like you can in ASP, VB, Java, etc... I just haven't figured out how to do it in PERL yet... So If anyone wants to help me on this, I'd greatly appreciate it.. Or at least point me in the right direction.<<<<
What's the question? How to save state?
You use cookies, munged URLs, or hidden form variables and save the data on the server. When they hit logout link you invalidate the session on the server.
But I'm not clear that's what you are asking.
Something like Apache::Session will help, but that's only under mod_perl.
>>>>
Bill Moseley
mailto:[EMAIL PROTECTED] _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activeperl
