On Wed, 16 Mar 2005 17:17:09 -0800, Peter Fogg <[EMAIL PROTECTED]> wrote: > Question 2: "use CGI::Application::Plugin::Session;" will not accept > "(qw/-ip-match/)" but > the non-plugin Session will. How do I set the ip match to "on" in the > plugin?
How about this: use CGI::Session qw/-ip-match/; use CGI::Application::Plugin::Session; Cheers, Cees --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
