Quantcast
Channel: SpinOneSolutions » drupal
Viewing all articles
Browse latest Browse all 2

Drupal sess_read() causes logout

$
0
0

Affects: Drupal 6.20

If you try to read a value from a session that has not been set your Drupal user will be logged out.

Example:

sess_write('myValue',TRUE);
echo sess_read('myValue');

OK

echo sess_read('myValue');

NOT OK, user is logged out.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images