Session.SessionID can be use it for Primary Key?

本文介绍了Session.SessionID属性,它是服务器创建会话时生成的唯一标识符。SessionID以LONG数据类型返回,但不适用于生成数据库应用程序的主键值。文章还提到了在不同操作系统上的应用需求,并推荐使用自动递增的数据类型作为主键。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值