in reply to Re: CGI::Session not saving with IIS
in thread CGI::Session not saving with IIS
I missed the hidden field (btw your HTML could be improved greatly, for example attribute values should be quoted with double quotes).
For debugging you can try to set a specific data source name (for example to a folder) and then check that data source manually. That way you can find out if the problem is session storage or retrieval.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI::Session not saving with IIS
by adrive (Scribe) on Mar 11, 2008 at 13:42 UTC | |
by Anonymous Monk on Feb 19, 2009 at 16:18 UTC |