countermode
countermode

Reputation: 322

Liferay Session Management

I am testing a Liferay application, and I am trying to figure out, how the session mechanism works. I couldn't find any good references on that. I need to know how valid sessions are distinguished from invalid sessions.

Upvotes: 0

Views: 397

Answers (1)

Olaf Kock
Olaf Kock

Reputation: 48067

Sessions are managed by the application servers. If the browser request contains a valid session id, it will be recognized. If it doesn't, it won't.

Upvotes: 1

Related Questions