Archive for January 2011
The other day I was trying to help someone create a Form in the admin side of Magento that would simply POST to a Controller and capture some data. I thought it’d be fairly simple, I’ve done it before; I thought. Turns out I had done it before, but I’ve always used the built in [...]
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.
