Search found 2 matches
Page 1 of 1
Search found 2 matches
httponly-flag for session-cookie possible?
Hi,
Is it possible to set the httponly-flag for the PHPSESSID-cookie? In other words: Are there any client-side scripts within OC that need access to this cookie?
Greetz
- Wed Dec 29, 2010 6:56 pm
- Replies 1
- Views 769
[1.3.2] Image filetypes
Hi, I wondered why I couldn't save any other image filetype than JPG. Then I found out there's a small error in system/library/image.php, Line 42. if ($extension == ('jpeg' || 'jpg')) { Well, I would be happy if that worked, but it does not ;) Should be if ($extension == 'jpeg' || $extension == 'jpg...
Jump to post- Thu Sep 03, 2009 5:49 pm
- Replies 0
- Views 484
Page 1 of 1
Search found 2 matches