您的位置:首页 > 其它

Session.SessionID can be use it for Primary Key?

2006-07-04 00:32 337 查看
Session.SessionID

The SessionID property returns the session identifier (session ID), a unique identifier that is generated by the server when the session is created. The session ID is returned as a LONG data type.

Syntax

Session.SessionID

Applies To

Session Object

Remarks

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, such as IDENTITY with Microsoft? SQL Server? or COUNTER with Microsoft Access.

Requirements Client:

Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server:

Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product:

IIS
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐