Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7593965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:18:09+00:00 2026-05-30T21:18:09+00:00

Quite simple code: <? session_start(); $_SESSION[‘t’.time()] = ok; echo <pre>.print_r($_SESSION, 1).</pre>; ?> shows, as

  • 0

Quite simple code:

<?
session_start();
$_SESSION['t'.time()]     = "ok";
echo "<pre>".print_r($_SESSION, 1)."</pre>";
?>

shows, as expected, something like

Array
(
    [t1330966834] => ok
    [t1330966835] => ok
    [t1330966836] => ok
)

after 3page reloads.

Let’s change a few symbols:

$_SESSION[time()]     = "ok";

(now without ‘t’) and I expect after few reloads something like

Array
(
    [t1330966834] => ok
    [t1330966835] => ok
    [t1330966836] => ok
    [1330967020] => ok
    [1330967021] => ok
    [1330967022] => ok
    [1330967023] => ok
)

But actually the result is absolutely different:

   Array
    (
        [t1330966834] => ok
        [t1330966835] => ok
        [t1330966836] => ok
        [1330967020] => ok
    )

We have 3 previous array cells ad one and only one ‘time’ cell – no matter how many times you reload the page. The time is correct, it different each second but only one cell without ‘t’!
Also I tried

$t =time();
$_SESSION[$t]     = "ok";

and even

$t =intval(time());
$_SESSION[$t]     = "ok";

But it’s remains only one cell with time.

Tested at php 5.2.13 and 5.3.10 at 2 different servers.
What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T21:18:11+00:00Added an answer on May 30, 2026 at 9:18 pm

    The keys in the $_SESSION associative array are subject to the same limitations as regular variable names in PHP, i.e. they cannot start with a number and must start with a letter or underscore. For more details see the section on variables in this manual.

    http://php.net/manual/en/session.examples.basic.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a quite strange problem here. I'm calling some simple code via Ajax.Updater:
I trying to create a pipe using C#. The code is quite simple but
My issue is quite simple I think : I would like to be able
This is the (quite simple) JS code I'm using: $(document).ready(function() { $(.button-list .next).click(function() {
I have the following quite simple test PHP code that extracts the data and
My question is quite simple I would like to create an array and populate
Until recently, I posted Python code (whitespace matters) to blogspot.com using something like this:
I have this code in Python that was quite simple to do with mechanize
PrintWriter out = new PrintWriter(C:\Users\Slerig\Desktop\gnuplot\binary\cannonballOutput.txt); This is my sample code. It is quite simple.
Quite simple really: var req:URLRequest=new URLRequest(); req.url=http://somesite.com; var header:URLRequestHeader=new URLRequestHeader(my-bespoke-header,1); req.requestHeaders.push(header); req.method=URLRequestMethod.GET; stream.load(req); Yet,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.