-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.3.6
-
Fix Version/s: 4.4.0
-
Component/s: None
-
Labels:None
In all currents versions of Liferay (4.3.6 & trunk - rev12837), if i set the following value:
#
- Set this to false to disable all persistent cookie. Features like
- automatically logging in will not work.
#
session.enable.persistent.cookies=true
If i set that property to be "false", i can no longer log in. im assuming that the jsessionid is supposed to be appended onto the URL, but it is not. i need session support without cookies, is there anything else i need to do?
i was looking at the following, but find an answer..
http://www.liferay.com/web/guest/community/forums/message_boards/message/60605
http://www.liferay.com/web/guest/community/forums/message_boards/message/53471 (Very old)
http://support.liferay.com/browse/LEP-666
any ideas?