ses_read hasn't been changed in D5-D7 so this could come handy for all version.
anonymous users and authenticated users are different in places where they shouldn't be.
the patch add ->sid to anonymous users.
| Comment | File | Size | Author |
|---|---|---|---|
| session.patch | 868 bytes | ivansb@drupal.org |
Comments
Comment #1
c960657 commentedWhen I log out, I get the following error:
Wouldn't it be better to add the following to drupal_anonymous_user() ?
$user->sid = session_id();Comment #2
jody lynnThis no longer applies in D7 and beyond