> The problem is that in some later time say one month after now I may need to > implement Session functionality based on HIDDEN-form fields not on cookies Did you look at CGI::SecureState which includes a method: http://search.cpan.org/doc/BEHROOZI/CGI-SecureState-0.21/SecureState/SecureState.pm state_field() Returns a hidden INPUT type for inclusion in HTML forms. Like state_url(), this element is used in forms to refer to the stateful session associated with the query. which sounds like what you want. > 4. if possible implement functionality like ASP i.e. onStart, onEnd (Page > and Session) Is there any reason why you can't use PerlScript under IIS or something with built in Session state management? It seems silly to try and code a home grown approach when there are proven solutions freely availible. - Ron _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
