Session problem for users coming from Cache/Proxy server

From: Mac (macter_at_doonotspamhost111.com)
Date: 03/28/05


Date: Mon, 28 Mar 2005 11:43:26 GMT

Hello

I am chalenging with this problem for some times.

Users comming from some specific proxy servers (3-4 ISP's proxy servers
arround the country) go into each other's session.

I am NOT using session IDs on my query string and I have limited
session time and cache:

    ini_set('session.use_trans_sid', 0);
    session_cache_limiter('private');
    session_set_cookie_params(20000);
    session_start();

It seems when two users login from one of these specific ISPs they go
into each other's sessions.

Does anyone have same experience? If yes what solution we have?

Regards,
Mac



Relevant Pages

  • Re: Is the way i do, secure enought to avoid session hijacking
    ... AOL requests are forwarded via proxy servers - each request is 'round ... > change within the same client session. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: User authentication over the web (was: Secure Password in database)
    ... It'd be nice if proxy servers in that kind of setup arranged to use the ... same originating IP for the same client IP. ... which would keep the originating IP the same. ... someone could grab a session id off ...
    (SecProg)
  • Re: Will IP address change during a session?
    ... but it is possible since proxy servers can do pretty much ... whatever they want in this regard. ... I am wondering if I can autheticate a session ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: TS Sessions Help
    ... > It sort of sounds like the client printers are now showing up in the terminal ... > services session. ... thus printing can't be redirected through the session ... >> Sooner Country ...
    (microsoft.public.windows.terminal_services)
  • Re: Want to avoid session variable to reduce the form size
    ... Session data is held on the server. ... When new form will load it will check the values from session cache. ... >>> according to my requirement if i have set date and country in one form ... >>> filled entries in first form,but in that case the form size increase, ...
    (microsoft.public.dotnet.languages.csharp)