Page 1 of 1

session and proxy

Posted: Wed Mar 19, 2008 2:09 pm
by saya
Hi all,

An user just sent a bug report for my php application.

And digging further, I found that when users are coming from proxy server, my session
variables are not set properly in my application.

example: page 1 -> set session variables-> $_Session[var]='value'
go to page 2 -> try to retrieve variables --> isset(session variables) return failed

hope my pseudocode is clear :)

If they don't use a proxy, everything is working properly.
Can this be cause by the fact that some proxy might block cookie or something similar.


any clarification will be appreciate,

thanks,
Saya