The GetSpec method retrieves the encrypted session specification. The session specification includes information about the user session, such as the session start time, timeout parameters, and the user's distinguished name. You can use the session specification to identify a session across multiple Web sites, as you would for single sign-on applications.
Syntax
The GetSpec method has the following format:
Netegrity::AgentSession‑>GetSpec()
Parameters
The GetSpec method accepts no parameters.
Return Value
The GetSpec method returns the following value:
Remarks
Where the session specification is stored depends on the type of session:
The session specification is stored in a cookie.
The session specification is stored in a session server database and optionally, in a cookie on the client.
Note: The session ticket is used as an index to the actual user session data stored in the Web agent's cache.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |