While reading the CGI::Session::Tutorial, It states that some users do not allow cookies and if thats the case then you are suppose to keep track of the session id through the query string. Makes perfect sense...but my question is ...should I have both cookie and query tracking implemented or is there somehow you can pre-determine whether not the user has cookies enabled?
For anyone who uses CGI::SEssion, do you guys just use both cookie intialize and query intialization?