session and proxy

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
saya
Forum Newbie
Posts: 1
Joined: Wed Mar 19, 2008 1:55 pm

session and proxy

Post 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
Post Reply