sessionCookieName property

String sessionCookieName
getter/setter pair

The name of the cookie used to track sessions.

Applications should normally not need to worry about this value. It only needs changing if it clashes with a cookie used by the application.

Implementation

String sessionCookieName = 'wSession';