Has there been a change of passing seesion arrays in 8.1 different from 7.X ?
The Doctor, 2022-12-06 02:27:
Has there been a change of passing seesion arrays in 8.1 different from 7.X ?
What do you mean with "passing session arrays" exactly? Do you have a
code example?
--
Arno Welzel
https://arnowelzel.de
In article <jve5mjFeuqrU1@mid.individual.net>,
Arno Welzel <usenet@arnowelzel.de> wrote:
The Doctor, 2022-12-06 02:27:
Has there been a change of passing seesion arrays in 8.1 different from 7.X ?
What do you mean with "passing session arrays" exactly? Do you have a
code example?
<?=session_start();
error_reporting(E_ALL);
if(!empty($_SESSION['sessiondata'])){
}
On 08/12/2022 14.09, The Doctor wrote:
In article <jve5mjFeuqrU1@mid.individual.net>,from 7.X ?
Arno Welzel <usenet@arnowelzel.de> wrote:
The Doctor, 2022-12-06 02:27:
Has there been a change of passing seesion arrays in 8.1 different
What do you mean with "passing session arrays" exactly? Do you have a
code example?
<?=session_start();
error_reporting(E_ALL);
if(!empty($_SESSION['sessiondata'])){
}
Did you set the $_SESSION['sessiondata'] value earlier?
Have you enabled the session use? check your session.use_cookies.
Have you the right type of save handler for the session >(session.save_handler)?
files seems to be the most common type.
Is the path assigned for session.save_path writeable by the user running
the php engine (apache/www-data/nobody/...)?
are you using 'session.cookie_secure = 1' and then use http connection?
are you using a custom serializing service? check your >session.serialize_handler
----
//Aho
On 08/12/2022 14.09, The Doctor wrote:
In article <jve5mj...@mid.individual.net>,
Arno Welzel <use...@arnowelzel.de> wrote:
The Doctor, 2022-12-06 02:27:
Has there been a change of passing seesion arrays in 8.1 different from 7.X ?
What do you mean with "passing session arrays" exactly? Do you have a
code example?
<?=session_start();
error_reporting(E_ALL);
if(!empty($_SESSION['sessiondata'])){
}
Did you set the $_SESSION['sessiondata'] value earlier?
Have you enabled the session use? check your session.use_cookies.
Have you the right type of save handler for the session (session.save_handler)?
files seems to be the most common type.
Is the path assigned for session.save_path writeable by the user running
the php engine (apache/www-data/nobody/...)?
are you using 'session.cookie_secure = 1' and then use http connection?
are you using a custom serializing service? check your session.serialize_handler
----- Synchronet 3.21d-Linux NewsLink 1.2
//Aho
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 65 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 02:38:46 |
| Calls: | 862 |
| Files: | 1,311 |
| D/L today: |
10 files (20,373K bytes) |
| Messages: | 264,324 |