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
    well the codes were written up as a demo to show the problem so it'll look a little weird..

    but, what do you mean by setting data source up? there isn't any database involved in the example though. You could try the step by step instructions to regenerate the problem.
      A driver im having the same problem. could you resolved it?