org.apache.jcs.utils.servlet.session
Class SessionIdGenerator

java.lang.Object
  extended byorg.apache.jcs.utils.servlet.session.SessionIdGenerator

public class SessionIdGenerator
extends java.lang.Object

Description of the Class

Author:
asmuts

Field Summary
private static int[] count
           
static java.lang.String JVM_ID
          Description of the Field
 
Constructor Summary
SessionIdGenerator()
           
 
Method Summary
static java.lang.String createSessionId()
          Creates a unique session id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private static int[] count

JVM_ID

public static final java.lang.String JVM_ID
Description of the Field

Constructor Detail

SessionIdGenerator

public SessionIdGenerator()
Method Detail

createSessionId

public static java.lang.String createSessionId()
Creates a unique session id.