farshadmohajeri / extpascal

Automatically exported from code.google.com/p/extpascal
49 stars 28 forks source link

Cookie bug #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On IE7,I browse
http://localhost/cgi-bin/test.exe
On webserver it will get a cookie such as AAA,

I use Ctrl+T to open a new browser session,
view the same address
http://localhost/cgi-bin/test.exe
On webserver it will get a same cookie AAA,
this mean these are same browser session.

I use Ctrl+T to open another new browser session,
view the address
http://localhost/cgi-bin/test.exe/test_proc
it will load the method test_proc.
on the webserver,it will get the cookie is BBB,
this mean these are not same browser session.

My mean is,when browse the address
http://localhost/cgi-bin/test.exe
http://localhost/cgi-bin/test.exe/test_proc
In the test.exe,i had login check.
after the user logined when browse http://localhost/cgi-bin/test.exe
when he open a new browse to view http://localhost/cgi-
bin/test.exe/test_proc
it will ask him to login again.
Because the system think this is another browser session.

How to solve it?

- ExtPascal: rev.609
- ExtJS: v.3.0
- Compiler: Delphi 7
- OSes: WindowsXP IE7
- WebServer: Apache2
- Mode: FCGI

Original issue reported on code.google.com by luoca...@gmail.com on 21 Jan 2010 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by wanderla...@gmail.com on 27 May 2010 at 6:32

GoogleCodeExporter commented 9 years ago
Not reproducible using IE 8 and last SVN.

Original comment by wanderla...@gmail.com on 27 May 2010 at 8:33