Hi,
I have a web application which is, I had coded, published on lycos.co.uk. It has a login process which on correct login data enterence produce a session varaible by which every page require authentication checks its presence to be displayed.
The problem is:
Using some systems and after correct login the application do something like to it losses the session variable.
i.e on my home computer it works so well, but on a my friend's computer in his job's company it posses the problem.
In that company they use a firewall for security.
Does firewall has any rule to cause this problem.
And How can I solve this? As I know sessions has no relation to clients machine i.e its function is done on the server side?