Re: Retrieve all SESSION variables.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Stut wrote:
Alf Stockton wrote:
Is there a method whereby one can retrieve all php SESSION variables on a Windows server.
I have tried:-

<?php
    session_start();
    foreach($_SESSION as $key => $val)
        {
        echo $key . " : " . $val . "<br>";
          }
?>

but this appears to only return current user variables.

Shocking that. You think maybe there's some security-related reasoning behind that?

Try sysadmin wants to know who is doing what.

--
Regards,
Alf Stockton		www.stockton.co.za

O, it is excellent
To have a giant's strength; but it is tyrannous
To use it like a giant.
		-- Shakespeare, "Measure for Measure", II, 2
My email disclaimer is available at www.stockton.co.za/disclaimer.html

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux