[PHP] confused with sessions

2001-06-22 Thread kaab kaoutar
Hi! I'm confused with these sessions :( well here is what i want to do! I have a web site whos pages are all composed of frames(4)! and in the top frame i have the loggin button! i want , once the user logged, the fees that are in pages (frames) become visible and once logged out, the fees likns

Re: [PHP] confused with sessions

2001-06-22 Thread Chris Lee
trans_sid is only enabled when cookies are not supported. php.ini has session.use_cookies = 0; this will disable cookies and force trans-sid. you should also verify trans-sid with phpinfo(), make sure it really did get compiled in. trans-sid will only re-write urls that are not full urls. ie.