php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34736 Long string name in the session variable
Submitted: 2005-10-04 21:13 UTC Modified: 2005-10-13 01:00 UTC
From: braghavan at gmail dot com Assigned:
Status: No Feedback Package: Session related
PHP Version: 5.0.5 OS: Windows XP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-10-04 21:13 UTC] braghavan at gmail dot com
Description:
------------
I tried to assign a value for this 
$_SESSION['dontoverwritethisorder'] = 49;

well i was able to access it in the same request process flow, but not when the page is refreshed as a different request. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-04 21:17 UTC] braghavan at gmail dot com
This worked when i changed it to much shorter like this
$_SESSION['p11_no_order']
 [2005-10-04 21:17 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2005-10-05 02:37 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-10-13 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 12:01:30 2024 UTC