Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.servlet
Interface HttpSessionIdGenerator

All Known Implementing Classes:
RandomHttpSessionIdGenerator

Deprecated. In releases following 3.6 customization will be declarative.

public interface HttpSessionIdGenerator

The HttpSessionIdGenerator is an interface that is used to generate identifiers for newly created session models.

Since:
Coherence 3.6
Author:
jk 2009.08.25
See Also:
HttpSessionModel.getId()

Method Summary
 java.lang.String generateSessionId(int length)
          Deprecated. Generate a potential session identifier.

 

Method Detail

generateSessionId

java.lang.String generateSessionId(int length)
Deprecated. 
Generate a potential session identifier. The returned identifier may be in use already.
Parameters:
length - session id length
Returns:
a potential session identifier

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.