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]

Reply via email to