Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.coherence.servlet
Class RandomHttpSessionIdGenerator

java.lang.Object
  extended by com.tangosol.coherence.servlet.RandomHttpSessionIdGenerator

All Implemented Interfaces:
HttpSessionIdGenerator

Deprecated. In releases following 3.6 customization will be declarative.

public class RandomHttpSessionIdGenerator
extends java.lang.Object
implements HttpSessionIdGenerator

A default implementation of HttpSessionIdGenerator. It generates session ids for newly created sessions models.

Since:
Coherence 3.6
Author:
jk 2009.08.25

Constructor Summary
RandomHttpSessionIdGenerator()
          Deprecated. Default constructor.

 

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

 

Constructor Detail

RandomHttpSessionIdGenerator

public RandomHttpSessionIdGenerator()
Deprecated. 
Default constructor.

Method Detail

generateSessionId

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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