sprinjee Posted June 13, 2006 Share Posted June 13, 2006 I'm doing an online survey for my university, I'm storing part of the link as a session variable which is inserted in a myssql database.In the database i've seen one answered survey where this variable has not been stored. As it is not even 1% of the dataset I do not really mind but I would like to suggest a reason for not storing this variable in my thesis. Does anyone know about security settings / browser types etc. that will not allow to pass session variables?Thx! Quote Link to comment https://forums.phpfreaks.com/topic/11904-session-variable-not-stored/ Share on other sites More sharing options...
trq Posted June 13, 2006 Share Posted June 13, 2006 Sessions relie on cookies being enabled in the users browser. This may be the issue. Quote Link to comment https://forums.phpfreaks.com/topic/11904-session-variable-not-stored/#findComment-45161 Share on other sites More sharing options...
sprinjee Posted June 13, 2006 Author Share Posted June 13, 2006 I was in the assumption that session variables on the server were passed even with cookies disabled...but just tested it and I was wrong. Thx for the answer! ;) Quote Link to comment https://forums.phpfreaks.com/topic/11904-session-variable-not-stored/#findComment-45181 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.