Search found 17 matches
- Mon Dec 11, 2006 7:24 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
I hope you're right, but I'm just not seeing it. I think I posted the session section of my php.ini earlier in this topic, so the first one to point out the magical boo-boo gets 1 million magical hacker points. In the meantime, I've given it the old Bronx cheer and am setting up VMWare with a Linux ...
- Mon Dec 11, 2006 11:43 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Mon Dec 11, 2006 9:47 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Mon Dec 11, 2006 9:36 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
This is getting weird. I got a Notice: Undefined index: TestCookie error. I have cookies from many other sites and use sites that require cookies all the time. So it's not a problem with my browser settings. Apache is allowed by my firewall to do anything - greenlighted across the board (PHP is an a...
- Mon Dec 11, 2006 9:08 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Mon Dec 11, 2006 7:54 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
Yep. Tried it with different browsers too. Nothing I do with browsers, firewall settings and php.ini allows PHP to use sessions without passing the SID. I'm hoping it isn't in fact a bug, but it just seems more and more like there is a particular condition under which this server software version co...
- Sun Dec 10, 2006 6:38 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
Reported as possible bug
Submitted a bug report to bugs.php.net. If anyone sees something obviously wrong with my setup, please let me know and I'll cancel the bug report. Otherwise you can check it out at http://bugs.php.net/bug.php?id=39790.
- Sun Dec 10, 2006 3:36 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
It was going through my php.ini and not finding what was wrong that led me here. Here's the session section from my php.ini. Anyone who points out what it takes to get my sessions to work without having to pass the SID in the URL gets my undying thanks. [Session] ; Handler used to store/retrieve dat...
- Sun Dec 10, 2006 2:34 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Sun Dec 10, 2006 12:47 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Sun Dec 10, 2006 12:37 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
Results: PHP Version: 5.2.0 PHP OS: WINNT Error Reporting: 6143 (E_ALL) Register Globals: Off Short Tags: Off Display Errors: On Magic Quotes GPC: Off Magic Quotes Runtime: Off Magic Quotes Sybase: Off Loaded Extensions: bcmath calendar com_dotnet ctype session filter ftp hash iconv json odbc pcre R...
- Sun Dec 10, 2006 12:31 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Sun Dec 10, 2006 12:19 pm
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
D'oh! Here's the real header output. First from the test page where I set the session var, the second from the linked page that attempts to call that session var. Seems like cookies are just not part of the picture here. http://localhost/dev/studio5/admin/test.php GET /dev/studio5/admin/test.php HTT...
- Sun Dec 10, 2006 11:46 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
- Sun Dec 10, 2006 11:20 am
- Forum: PHP - Code
- Topic: PHP 5.2 Sessions
- Replies: 31
- Views: 4081
Thanks. What I got was Array(), which, since print_r prints the array struct, means it's empty. I changed php.ini to use, not use, scramble, bake, and deep-fry cookies, all with the same result. Firefox (I have 2) is set to use cookies and my firewall allows all cookies. Are you using Apache 2.2.3 o...