[PHP] Do different browsers treat Sessions Cookies differently?

2004-11-13 Thread Vinayakam Murugan
Hello I have two php files ~~~ firstpage.php ? session_start(); $_SESSION['name']=test; $_SESSION['value']=test; echo session_id(); ? a href=secondpage.phpNext page/a; ~~~

Re: [PHP] Do different browsers treat Sessions Cookies differently?

2004-11-13 Thread Jason Wong
On Saturday 13 November 2004 19:13, Vinayakam Murugan wrote: [snip] 1st scenario : - Enable cookies. Traverse from first page to second page and back. The values are maintained in IE, Mozilla on windows Mozilla in Debian Linux. 2nd scenario : - Disable cookies. Traverse from first