473,385 Members | 1,821 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,385 software developers and data experts.

how to share a Session

hello !

i am to share a same session value used by different user request to a script.

> as when first request come then session is created and then other request come with the same subject and then another session is created with other session id,

.but i want to use the same session value created at first request for other same request by different user later ..how this can be done..

please give any suggestion or sample of code etc.

thanks to all in advance.
Sep 13 '06 #1
2 1493
ronverdonk
4,258 Expert 4TB
Are you saying that you want all users to have the same session Id??
I can't really believe that! Hackers don't even have to hyjack a session any more in your system, it's all open to anyone who wants to screw up your sessions.

Ronald :cool:
Sep 13 '06 #2
Basically i want to run a counter by the use of session

As on first request i set the session_counter = 1
then i want whenever other different user send request he found the session_counter = 1 and after his request it become session_counter = 1++;

i do not want to use any file and database system, as with them i can do that. but i am looking from sessions ....

how to.....??
Sep 15 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Patrick | last post by:
Hi all, I'm looking for a working example on how to share session state between ASP and ASP.NET. The solution of Y Yeung of Microsoft seemed to be a good solution but I did not get the asp part...
1
by: Charlie Hoo | last post by:
Hi, Anyone know how to share session state across different applications in the same server or different server? Thanks a lot. Charlie --- Posted using Wimdows.net Newsgroups -...
3
by: CharlieHoo | last post by:
Hello, How to share session state between two or more ASP.NET applications in the same server or different ones? Thanks a lot. Charlie
5
by: Joe | last post by:
I have an application which runs in a non-secure environment. I also have an application that runs in a secure environment (both on the same machine). Is there any way to share the session data for...
0
by: tony dong | last post by:
Hi there I have many applications running asp and asp.net1.1, right now I have an application running asp.net 2.0, any one know how to share session between 1.1 and 2.0 version? I have a test...
1
by: Hans Kesting | last post by:
Hi, Is it possible to share sessions between subdomains? Say: the user logs in at www.company.com, and is redirected to my.company.com. This is a different url for the same application. Can I...
1
by: Chris | last post by:
Hi I have to share session state between asp and asp.net. I am looking at code examples and it looks doable but my major concern is most of the methods that grab the ASP session involve posting to...
1
by: Nayana Thara | last post by:
We have a web site where we have asp and asp.net. how can we share session data b/w the two environments.
2
by: =?Utf-8?B?UGhpbCBKb2huc29u?= | last post by:
I work on an asp.net 1.1 application which we cannot upgrade to a newer version of .net so we want to look into sharing session, preferably with 3.5, but if that isn't possible with 2.0 or 3.0 ...
2
by: Mas Heru | last post by:
I heard the best method to share session across multiple domains on same server is to use custom php session handler. (ie, domain name different like abc.com, xyz.com but single application.) But...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.