|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-03-28 00:37 UTC] kylnas at tiscali dot it
Description: ------------ I saw other bugs like this, and I didn't solve it. My situation: - mysql session handler - one page is "posted" to another page, that saves a session variable and redirect to the first page again. If I do the redirect the variable is not properly setted, otherwise it's all ok. My PHP version is 4.3.10-16 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 11:00:02 2025 UTC |
I use cookies...this is the code when session starts: @ini_set('session.use_cookies', true); @ini_set('session.use_only_cookies', false); @ini_set('url_rewriter.tags', ''); @ini_set('arg_separator.output', '&');