not an answer to this question and a little OT, but... can someone point me to an address about, sessions: usage and logic? or something like that... like a definition of sessions...
-----Original Message----- From: Per Einar Ellefsen [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 8:19 AM To: Murugan K Cc: [EMAIL PROTECTED] Subject: Re: Session At 22:46 21.03.2002 -0700, Murugan K wrote: >Hi > Thanks in advance for your reply. > >How can i maintain session informations without cookie , hidden >variables through forms in Perl. > >Is there any separate Apache module is available? You should look at Apache::Session. There are different ways to keep session, but most go with atleast a cookie to keep the session ID, and then keeps all the information in a database or other storage method. Of course, the session ID can be passed along in whatever way you want, through the query string, or as a hidden form value. -- Per Einar Ellefsen [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com