Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ISessionObject::get_SessionID

The ISessionObject::get_SessionID method retrieves the value of the SessionID property.

HRESULT get_SessionID(

BSTR * pbstrRet

);

Parameters: ISessionObject::get_SessionID

pbstrRet

Points to a binary string that receives the SessionID value.

Remarks: ISessionObject::get_SessionID

You should not use the SessionID property to generate primary key values for a database application. This is because if the Web server is restarted, some SessionID values may be the same as those generated before the server was stopped. Instead, you should use an auto-increment column data type.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.