473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Session ID

How long of the SessionID created as I need to store in Access DB, is it possible? Can I use it as unique identifier for creating a record in DB as primary key??

Million Thanks
Nov 18 '05 #1
5 2962
If I remember correctly is 32 bit Integer.
It is not guranteed that they are unique especially if Web server is restarted.

Bojidar Alexandrov
"Grey" <er*****@i-cable.com> wrote in message news:eh*************@TK2MSFTNGP11.phx.gbl...
How long of the SessionID created as I need to store in Access DB, is it possible? Can I use it as unique identifier for creating a record in DB as primary key??

Million Thanks
Nov 18 '05 #2
As there is no relation between these, I would just use an auto increment number or a guid as usual. If tomorrow, you want to use the same technique to create several records, you'll have anyway a problem.

Patrice
"Grey" <er*****@i-cable.com> a ecrit dans le message de news:eh*************@TK2MSFTNGP11.phx.gbl...
How long of the SessionID created as I need to store in Access DB, is it possible? Can I use it as unique identifier for creating a record in DB as primary key??

Million Thanks
Nov 18 '05 #3
so how to generate a GUID for each DB record
"Patrice" <no****@nowhere.com> ¦b¶l¥ó news:%2****************@TK2MSFTNGP11.phx.gbl ¤¤¼¶¼g...
As there is no relation between these, I would just use an auto increment number or a guid as usual. If tomorrow, you want to use the same technique to create several records, you'll have anyway a problem.

Patrice
"Grey" <er*****@i-cable.com> a ecrit dans le message de news:eh*************@TK2MSFTNGP11.phx.gbl...
How long of the SessionID created as I need to store in Access DB, is it possible? Can I use it as unique identifier for creating a record in DB as primary key??

Million Thanks
Nov 18 '05 #4
In the Access DB when choosing an autonum or a numeric field, you have the "replication number" option that is a GUID (possibly autogenerated for "autonum"). You can also create a GUID using .NET and System.Guid.NewGuid. Note that a GUID is not directly printable. You have to convert it to a string.

Patrice

"Grey" <er*****@i-cable.com> a ecrit dans le message de news:O0**************@TK2MSFTNGP12.phx.gbl...
so how to generate a GUID for each DB record
"Patrice" <no****@nowhere.com> ¦b¶l¥ó news:%2****************@TK2MSFTNGP11.phx.gbl ¤¤¼¶¼g...
As there is no relation between these, I would just use an auto increment number or a guid as usual. If tomorrow, you want to use the same technique to create several records, you'll have anyway a problem.

Patrice
"Grey" <er*****@i-cable.com> a ecrit dans le message de news:eh*************@TK2MSFTNGP11.phx.gbl...
How long of the SessionID created as I need to store in Access DB, is it possible? Can I use it as unique identifier for creating a record in DB as primary key??

Million Thanks
Nov 18 '05 #5
session id's are guaranteed for the application. please note that certain circumstances cause session id's to be re-used. In that case they won't be regenerated and may appear to be non-unique entities. No guarantee is made about uniqueness across webserver boundaries.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"Bojidar Alexandrov" <bo**@kodar.net> wrote in message news:uw**************@tk2msftngp13.phx.gbl...
If I remember correctly is 32 bit Integer.
It is not guranteed that they are unique especially if Web server is restarted.

Bojidar Alexandrov
"Grey" <er*****@i-cable.com> wrote in message news:eh*************@TK2MSFTNGP11.phx.gbl...
How long of the SessionID created as I need to store in Access DB, is it possible? Can I use it as unique identifier for creating a record in DB as primary key??

Million Thanks
Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Damien | last post by:
Hi to all, I'm currently re-designing our intranet : nice and lean CSS2, cleaned-up PHP 4.3.7, better-normalized MySQL ;o). So I've started using the $_SESSION variable instead of register_globals...
1
by: mudge | last post by:
I'm running PHP Version 4.3.10. I'm trying to make it so that when a person logs in using a user name and password that their session is valid and continues for a few months so they don't have to...
6
by: Al Jones | last post by:
This is a repost form the vbscript newgroup - if this isn't the appropriate group would you point me toward one that is. Basically, I seem to be losing session data part way though preparing an...
5
by: Abhilash.k.m | last post by:
This is regarding the session management using Out of proc session management(SQL SERVER). Among the samples below which one is better to set the session? 1. There are 20 session...
0
by: joseph conrad | last post by:
Hi, I tried to implement my own session handler in order to keep control on the process the drawback I foun it is not creating and storing in my cookie the PHPSESSID variable anymore. reading te...
14
by: aroraamit81 | last post by:
Hi, I am facing a trouble. I have some Session variables in my code and somehow my session variables are getting mixed up with other users. For example User A has access to 10 companies and...
7
by: aroraamit81 | last post by:
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I...
0
by: TRB_NV | last post by:
I'd been using an Access database based shopping cart, but wanted to change it so that it would use session variables. I have a form that's submitted to a page called addtocart.asp that contains...
1
by: Santosh | last post by:
Dear All i am writting a code sending mail with attachement. i am writting code for sending mail in one page and code for attaching a file in the next page. aftet attaching a file i am taking...
5
by: lyealain | last post by:
<% If Session("username") = "" Then Response.Redirect("/CLS/Login.asp") End If Dim conn Dim connectstr Dim db_name, db_username, db_userpassword Dim db_server Dim res
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.