in reply to Re: question on program flow and checking for cgi-session
in thread question on program flow and checking for cgi-session

Dear JanneVee,
Thank you so much -- just clarifying that every person gets a sessionid really smoothed things out for me. I really appreciate it.

  • Comment on Re^2: question on program flow and checking for cgi-session

Replies are listed 'Best First'.
Re^3: question on program flow and checking for cgi-session
by JanneVee (Friar) on Jul 14, 2004 at 17:56 UTC
    It is easier to work with if everyone who comes to the script gets it but it is a design thing. It can also be designed the other way a valid login would receive a session that is logged in. Update: Check out Joosts reply.