Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-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 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
 String generateSessionId(int length)
          Deprecated. Generate a potential session identifier.

 

Constructor Detail

RandomHttpSessionIdGenerator

public RandomHttpSessionIdGenerator()
Deprecated. 
Default constructor.

Method Detail

generateSessionId

public 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.6.0.0

E15725-01


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