Separating Session From Each Browser

scenario:
a user submits a form, create session variables in login.asp and redirect to main.asp

session in login.asp
example: session("uid") = var

experiment:
i tried opening two browsers, and entered two different userid(uid), i also put
response.write(session("uid")) within main.asp to check if different users are displayed.

problem:
the session var from the second browser overwrites the session var of the first browser. so if the first browser "adds" something to a database, it gets the session var of the second browser, and not the first one.

question:
how can i maintain the session var from the first browser? separating each session var from each browser.

View Replies


ADVERTISEMENT

Session Leaks When Opening Another New Browser

Have anyone notice that a session will leak when opening another new browser?

Scenario:

a user (Mike, that's me) logins (username=mike & pwd=123) into abcde.com website. Mike's sessions will be saved.

Immediately the same user (Mike) opens another new (second) browser (ctrl+n) to the same website and logins another time, BUT now with a different username (username=rat & pwd=456).

Now when the first browser is refreshed again, Mike's original username & pwd (mike, 123) will be overwritten with (rat,456). So, the first browser's details is now rat.

My Question:

Is this a Microsoft or Explorer bug? or can we fix it with coding? Has anyone face this problem before? Try it.

View Replies View Related

Programmatically Visiting A URL Without Opening Browser Session

Using ASP, is there an easy way in code to "visit a URL", without opening a
browser session?

Explanation: I have a page caching class. The page caching class's behavior
can effectively be "programmed" via instructions that are sent through the
querystring. When members of our staff update articles using a CMS I
programmed, I would like the cache to be flushed. The cache can be rebuilt
by issuing an instruction via a URL querystring.

I would like the machine to programmatically "visit" two different URLs
without actually showing those pages to the user.

View Replies View Related

Separating Code

I've been using ASP to create my database-driven websites for about 2 years now and I'm getting a little sick of always having the scripting code mixed in with how the page should look.
All I can imagine doing to solve the problem is to pre-build any content(with minimal html formatting) early on in the script and then output those strings in the desired spots on the html section.
I've also been told that I should use XSLT to separate code and content, but I'm a little hazy as to how the model works. The way I understand it, I change all my ASP to output ONLY XML and then I set up the server to run XSLT on the those XML pages based on style sheets that I design. Is this correct?
If so, what are the best programs to use to support this 'ideal' code and content separated form of development on the ASP platform?

View Replies View Related

Separating Out Concatenated Values In Request.Form

I'm working with a classic asp page that calls another classic asp page. The html in my calling page looks like: Code:

View Replies View Related

Querystring :: Separating A String By Either A Space Or + Sign

is there anyway of separating a string by either a space or + sign,I have an sms.asp page that receives a string in this format below

http://acompany.co.uk/online/intern...text=19%2Bdavid

the last part text=I need to split into 2 parts I need to read the first part 19 and match that to the db and then deal with the name David,I have tried everything, is there anyway of doing this even if the string read text=19+david if there was a way of separating the two.

View Replies View Related

Problem Separating Request.form("value") From Record ID

I have an asp page which lists records.
Each record has an ID appended to it.

On the following edit page, I am trying to test against a certain
field value, if it is >0 then run the update, otherwise don't. The
problem is the data for testing is as follows:

Dim arrMetal
Dim iLoop
arrMetal=split(request.form("ID"), ", ")


For iLoop=0 to Ubound(arrMetal)

IF request.form("del_qty_" & arrMetal(iLoop)) 0 THEN

Where del_qty is a number entered in the form, and arrMetal(iLoop) is
the records ID whilst in the loop on the edit page. When I try the
above if statement I get an error: Code:

View Replies View Related

How To Find The Session Expired Or Not Without Using Any Session Varaibles

how to find the session expired or not without using any session varaibles?

View Replies View Related

Web Browser

I have a simple ms access database front ended with simple asp pages using ms front page. I used the wizards to put it all together and I can send data easily enough using forms. I can recall the data using the data base wizards but I can't seem to design it to update the data once it's been submited. I've played around using sql update statements and modifying pages... but I gave up in the end.
how I can design an update page using ms front page??? It doesn't have to be fancy or complex... I'll work on making it pretty later.

View Replies View Related

How To : Web Browser

I have a website with a default webpage having an image. I am also having four(4) images.
I'd like when the user closes the browser and reopen it, it must load a new image.

e.g. The User open the browser for the first time - Loads Image1.
The User open the browser for the second time - Loads Image2.
The User open the browser for the third time - Loads Image3.
The User open the browser for the fourth time - Loads Image4.

The User open the browser for the first time - Loads Image1.

How do I go about doing that?

View Replies View Related

ASP Browser

I know I can do this using JS but can I do it using Vbscript? I want to check if a browser is NS4 or lower and if so to display a certain stylesheet. If another other browser then display an alternative (more feature rich) stylesheet

View Replies View Related

Browser

is there any way to know browser cookies are disabled and is there any way enable the cookies from asp code.

View Replies View Related

IE Browser

Is there a way to tell IE not to display URL links when a user hovers over a link?

View Replies View Related

Get IE Browser

in ASP Application can we get the application page by entering a single word in browser?
more clearly. see i have my application in www root. called "test" folder.

now if i am entering only "test" in internet explorer browser, how can it will take fist page of my application. my first page of appliation is "login.asp" from test folder?
please tell me how to implement it in ASP?send me the code.

View Replies View Related

Browser Statusbar

How can I get text to remain on the Browser's statusbar?
For example, if I'm saving data to a DB Table after a user
clicks a Button in the ASP page, I want the statusbar to
show something like "Save Successful" or "Save Failed" so
they know something happened.

Right now, I'm trying to use the windows.status property,
but it just flashes real quickly in the statusbar and
then "Done" is displayed.

View Replies View Related

Browser Detection & CSS

I have just uploaded my website and it looks fine in IE, but awful in Mozilla. I need to load a different CSS file according to what browser a user has. Does anyone have any code that will detect browsers and versions?

View Replies View Related

Asp Site As Web Browser

anyone knows a VBScript that acts as a webbrowser? I am
behind a firewall and my local machine is not visible to the internet,
but I have a access to some webspace with asp VBScript. With the right
script I could tunnel pages and sites from my local machine

View Replies View Related

ASP Function Browser

Does anyone know how can I get Visual Studio to show a classview-like
function browser for my asp files? (For VBScript functions.) It would be
enough if it showed the functions in the asp file I'm working on, even
better if it showed all the functions in all the .asp and .inc files in a
project.

View Replies View Related

Toolbar - Less Browser

I'm designing a small web application which is a table displaying live data
which updates every minute or so. This app is very small and will stay open
on a client PC's pretty much all day. So I was wondering if it is possible
to display it in a browser , without the IE toolbars, just like a fixed
dialog.

Am I making any sense ;-) ?Any ideas?

View Replies View Related

Browser Plug-in

We are trying to record browser information when a customer comes to our
site. I have been able to get most basic browser information using both asp
and asp.net. The only thing I’m missing is the ability to detect plug-ins.
Does anyone know how I can access the plug-in collection in IE? I have not
found any clear way of doing it on the internet I’m starting to think I am
headed down the wrong path. Maybe IE doesn‘t call it a plug-in collection?

View Replies View Related

Browser (and Other) Caching

I have a dynamic website system that my clients use to change their webpage
conten online. Sometimes the new change isn't visible right away to a
browser. I have the following in every webpage's <HEAD> section:

<META HTTP-EQUIV="EXPIRES" CONTENT="0">

which on previous investigation was supposed to be a solution for this. All
I want is a definitive solution so that when a browser makes a call to my
server for one of my pages, everything along the line that has a cached copy
of the page is going to say "Aha! The browser wants the latest version of
this page! I'm going to pass this request up the line to see if their is a
more recent version instead of sending it my cached copy". (Yup, that is how
browsers and ISPs speak to each other). What do I have to do to my webpages
to ensure this happens? At the same time, I don't want it to be getting the
page all the way from the server if the page content hasn't changed. In
other words, I just want the cacheing to work properly!

Sorry if this isn't an explicit ASP question but no one in the HTML groups
I've tried has any idea what I'm talking about and I'm hoping that those who
frequent this room will have a better handle on the whole
client/server/caching problem and the solution!

View Replies View Related

Virtual Browser

I have heard there is something called a 'virtual browser' which allows me
to check asp and html output on the complete range of browsers without
having to download each browser and version (side by side).I did a google
search and see a variety of links but nothing conclusive.
Is there a standard product experienced asp developers are using.can you
point me towards it?What are the limitations and challenges in using this product?

View Replies View Related

Cross Browser

My code works in IE but not in Netscape. Can someone let me know what should be done in order to view the javascript function also in Netscape. Thanks.
Script:

Quote: <script language="javascript">
function showurl(v){
var layers = document.all.tags("DIV");
layers['show'].style.visibility=v;
}
</script>
Form:

Quote: <input type="radio" name="check1" value="1" onclick="showurl('visible')"> View all Links
<div id="show" style="visibility: hidden;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.myurl.com'
target="_blank">www.myurl.com</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.someurl.com'
target="_blank">www.someurl.com</a>
</div>

View Replies View Related

ASP And Mac Safari Browser

Anyone ever experience problems with Apples Safari Browser and ASP scripts? I have a user who keeps sending us feedback stating that Safari does not work on our site, but his Internet Explorer works just fine. He kept getting this error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'CLng'

Now the code works perfect in all other browsers. I'm curious why Safari isn't working with ASP. Since all of the code is processed on the server, it seems odd that the browser would have specific issues with code.
I'm not looking for help with code, just any input on whether any one has experienced problems viewing ASP scripts using Safari browser.

View Replies View Related

Browser Redirection

I have created a repository for training and reference files. The management would like to see reports regarding who is using what files. To do that I am sending the user to a page (OpenDocument.asp) with the URL in the querystring (?URL=blabla.asp). A database is then opened so the rep is logged and then they are redirected to the URL in the querystring.

The problem- When the browser redirects through a querystring it substitutes / with %5C. Once that happens the relative links we have created for the images do not appear because they are looking for the last /.

View Replies View Related

Accessing ASP.Net Web App With Non-IE Browser

I am part of a group that has developed an ASP.Net web application.
I'm presently trying to test some code I wrote that checks for IE
browser at session start (and issue warning if not IE), but I can't
seem to "get out the starting blocks" with any non-IE browser: I've
tried Netscape 4.8, Netscape 7.0, and Opera 7.5. I've gotten a few
different errors, but most often I get the following when attemting to
access the startup page:

HTTP 401.2 - Unauthorized: Logon failed due to server configuration
Internet Information Services

Anybody know how to get another browser to work? Only my old Netscape
4.8 pops up a login dialogue, but I can't get that to log in
correctly.

View Replies View Related

Whats The Best Browser For Mac OS X?

whats the best browser for mac OS X?

View Replies View Related

Browser Manipulation

How do you redirect a script that create a browser without a url address and the size of the browser is intact?

I've seen this before(forgot the site!) but dont know exactly how this is done.

View Replies View Related

Control The Browser

I’m building a intranet site and want to:
1)associate an desktop icon to a browser instance, i e, that icon opens the browser for, and only for the intranet site.
2) Once in there, unable the navigation activities, i e, unable the capability to get out of that intranet with that browser instance.
3)When called from the usual way guarantee the browser normal functionality.

View Replies View Related

Browser Check Using ASP

I currently use a javascript routine to check what browser the user is using, but I'm trying to replace my client side code for server side as much as I can.

Does anybody have a good (and tight) routine to check what the browser is,eg IE, Netscape, FireFox, Safari, etc?

View Replies View Related

Browser Compatibility

Does anyone know of a newsgroup or reference where I can determine why certain elements render differently between say, Internet Explorer and Mozilla? Our site has some of the worst HTML I've ever seen and some of it renders terribly. I think I'm finally through repairing all of the "IE Only" CSS tags.

Another problem I'm having is that when I use JavaScript to hide/show a row in a table, it works fine in IE but colspan formatting seems to be lost on Mozilla/Firefox in this scenario. Anyway, I'm really just looking for a decent newsgroup for HTML related problems.

View Replies View Related

Browser Script

i need a asp script to do the following:

if browser is NN 6 or higher - continue with page load.
if browser is NN4X or lower -redirect to new page.
if browser is IE 5 or higher - continue with page load.
if browser is IE4X or lower -redirect to new page.
anything else-continue with page load.

i ve tried a few existing scripts for asp and a couple for jscript.can any one tell the right way?

View Replies View Related

Close Browser

When I user decisedes to leave my site.How can I detect that imidietly and trigger code to run from that?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved