Re: writing CGI::Session sessions only when necessary

2010-01-27 Thread Jonathan Swartz
On Jan 27, 2010, at 2:45 PM, Perrin Harkins wrote: On Tue, Jan 26, 2010 at 7:42 PM, Jonathan Swartz wrote: On our site we create a new CGI::Session object at the beginning of the request, so that it can be used anywhere in the web code. However, sessions are rarely written to, so at the en

Re: writing CGI::Session sessions only when necessary

2010-01-27 Thread Perrin Harkins
On Tue, Jan 26, 2010 at 7:42 PM, Jonathan Swartz wrote: > On our site we create a new CGI::Session object at the beginning of the > request, so that it can be used anywhere in the web code. > > However, sessions are rarely written to, so at the end of the request I'd > like to avoid actually writi