Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #19203
| From | doctor@doctor.nl2k.ab.ca (The Doctor) |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Session array passing |
| Date | 2022-12-08 20:47 +0000 |
| Organization | NetKnow News |
| Message-ID | <tmtigt$i6c$65@gallifrey.nk.ca> (permalink) |
| References | <tmm5qp$2g2u$5@gallifrey.nk.ca> <jve5mjFeuqrU1@mid.individual.net> <tmsnlk$2ln8$1@gallifrey.nk.ca> <jvecq9F3nbhU2@mid.individual.net> |
In article <jvecq9F3nbhU2@mid.individual.net>,
J.O. Aho <user@example.net> wrote:
>On 08/12/2022 14.09, The Doctor wrote:
>> 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'])){
>> }
>> ?>
>
>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
>
Will check, but found out from the server side that a new solution is coming out.
>
>--
> //Aho
--
Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising!
Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b
Happy Christmas 2022 and Merry New Year 2023 Beware https://mindspring.com
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Session array passing doctor@doctor.nl2k.ab.ca (The Doctor) - 2022-12-06 01:27 +0000
Re: Session array passing Arno Welzel <usenet@arnowelzel.de> - 2022-12-08 14:04 +0100
Re: Session array passing doctor@doctor.nl2k.ab.ca (The Doctor) - 2022-12-08 13:09 +0000
Re: Session array passing "J.O. Aho" <user@example.net> - 2022-12-08 16:05 +0100
Re: Session array passing doctor@doctor.nl2k.ab.ca (The Doctor) - 2022-12-08 20:47 +0000
Re: Session array passing Ǝ <angel00000100000@mail.ee> - 2022-12-30 18:20 -0800
csiph-web