Re: perl session management

2001-03-27 Thread Cees Hek
On 27 Mar 2001, tom joseph wrote: > Hello there.. > Could u suggest a way to update a session variable. > At present it is not possible for me to update a session variable from > any other page. I thought it would be automatically updated when i do a new > insertion into the session variable whi

Re: perl session management

2001-03-27 Thread Brett W. McCoy
On 27 Mar 2001, tom joseph wrote: > Hello there.. > Could u suggest a way to update a session variable. > At present it is not possible for me to update a session variable from > any other page. I thought it would be automatically updated when i do a new > insertion into the session variable whi

perl session management

2001-03-27 Thread tom joseph
Hello there.. Could u suggest a way to update a session variable. At present it is not possible for me to update a session variable from any other page. I thought it would be automatically updated when i do a new insertion into the session variable which in my case is a hash. Is there any other