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

session relationship asp, vbscript

21
To visit for the information, user need to log-in by using "User Name" and "Password"

In the home page, we are giving a link to other pages.

<a href="home/pop_up.asp" target="_blank">Pop Up</a>.

So, if i use the pop_up, then new will open. If i close the pop-up page, I can use the site for other

information.

Is there any problem, for the login session.

Because, log-in session is going to be expired prematuredly.
Dec 17 '07 #1
6 1581
Nicodemas
164 Expert 100+
As I understand the behavior of sessions, the user's session will still be maintained despite the new window.

Did that answer your question?
Dec 18 '07 #2
jhardman
3,406 Expert 2GB
I believe Nicodemas is right, but if you still have trouble, one web-based email program I used maintained session by refreshing the page every few minutes.

Jared
Dec 18 '07 #3
Dilruba
21
I believe Nicodemas is right, but if you still have trouble, one web-based email program I used maintained session by refreshing the page every few minutes.

Jared
Would you please give some more information.
Dec 19 '07 #4
jhardman
3,406 Expert 2GB
Would you please give some more information.
There is a javascript command (and possibly even a HTML tag) that will force a page to refresh every so often. Every time it refreshes the session time-out is reset, so the session will essentially never time out. I don't have the code memorized, but if you want, I can look it up.

Jared
Dec 19 '07 #5
Dilruba
21
There is a javascript command (and possibly even a HTML tag) that will force a page to refresh every so often. Every time it refreshes the session time-out is reset, so the session will essentially never time out. I don't have the code memorized, but if you want, I can look it up.

Jared
Yes, it is a good solution to prevent the problem of session timeout. But it will be also irritating for the valued user. Because when a user reading some information and at that moment page will be refreshed.
Dec 20 '07 #6
jhardman
3,406 Expert 2GB
Yes, it is a good solution to prevent the problem of session timeout. But it will be also irritating for the valued user. Because when a user reading some information and at that moment page will be refreshed.
You could just have some minor iframe refresh, it doesn't have to be the whole page. I still think that's the most obvious solution.

Jared
Dec 21 '07 #7

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

Similar topics

1
by: Quicky | last post by:
I've read about 'Threading model'. My question is - is it possible to put object of vbscript class into a session? Can I change threading model to 'free'? Steven
4
by: Colin Steadman | last post by:
I'm trying to create a VBScript using ASP. However I'm having problems getting data from session variables into the right places. The example I have copied below works, however I need to replace...
4
by: A Web Master | last post by:
I am designing a site for a client where I have a frameset and 3 frames (all in ASP). I am creating session variables in the frameset that need to be accessed in the frames. It seams that in...
2
by: Eric | last post by:
Hi, I've a problem with trying to retrieve a session variable in an include file. Basically, the main asp creates a session variable: <% Session("var1") = "Hello" %> And then when I click...
2
by: Frank | last post by:
Can I do this? I add a session var in C# and ultimatly want to pass it into a vbscript client side activeX control. This is what I have so far but get " Object Required:'name2' " error. Can...
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...
11
by: Jerry | last post by:
I'm using this code: Dim strName For Each strName in Session.Contents Response.Write strName & " - " & Session.Contents(strName) & "<BR>" Next If I only do a response.write strName, it shows...
5
by: Mirovk | last post by:
The onclick action associated to my formīs radio buttons call to a vbscript were the session values are changed, this happens correctly but with the onclick action associated to my continue button...
3
by: sjsean | last post by:
All thanks in advance for reading my post. I am new to using js and more accustomed to vbscript. I had written code which created a shopping cart into an array using vbscript and then...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

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.