|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-09-25 09:16 UTC] jani@php.net
[2007-09-25 09:58 UTC] jani@php.net
[2007-09-25 12:08 UTC] dominik dot dorn at gmail dot com
[2007-09-25 14:44 UTC] jani@php.net
[2007-09-26 17:22 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 17:00:01 2025 UTC |
Description: ------------ i was trying to fool a little around and tried to set the session_name to "MYSITE.NET_SessionID'. PHP sets a cookie with the name ASP.NET_SessionID but seems not to read it at the next page request. Reproduce code: --------------- I tried this with the session_name("ASP.NET_SessionID"); function and with setting it thru php.ini session.name = MYSITE.NET_SessionID i even tried to surround the text with quotes in php.ini like session.name = "MYSITE.NET_SessionID" or session.name = 'MYSITE.NET_SessionID" Expected result: ---------------- php reads the session id from the cookie names "MYSITE.NET_SessionID' and then reads the sessiondata with the specified sessionhash