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

Phantom folder in path

tfs
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
..

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #1
6 1768
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextreme-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #2
"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:opr99ow2rr75dg5d@cowboy...
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextreme-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.


That was it.

Thanks,

Tom
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #3
"tfs" <tf*@dslextreme-dot-com.no-spam.invalid> wrote in message
news:40**********@Usenet.com...
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
.

What would be causing this?


Cookieless session state.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #4
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextreme-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #5
"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:opr99ow2rr75dg5d@cowboy...
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextreme-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.


That was it.

Thanks,

Tom
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #6
"tfs" <tf*@dslextreme-dot-com.no-spam.invalid> wrote in message
news:40**********@Usenet.com...
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn55c5fdcjnn),
.

What would be causing this?


Cookieless session state.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #7

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

Similar topics

13
by: jenny | last post by:
Hi, I am trying to find a VB way that would create a folder on all existing drives - the folder name would be the same on each drive. ie c:\backup, d:\backup, etc. But the folders would only be...
14
by: Job Lot | last post by:
How can I find path of windows folder using vb.net? It could be winnt or windows depending upon the os. System.Environment.SpecialFolder enumeration does not have a constant for windows folder.
5
by: Rosa | last post by:
Hi, I'm trying to clear the TIF on Windows XP programmatically with the below code. This code works fine on any folder but the TIF. For some reason the atEnd() statements always defaults to true...
5
by: Dan | last post by:
I am working on a C# ASP.NET project where I need to allow the user to browse to a folder. The only way I see how to do this is use <input type=file>. But this makes the user select a file and...
0
by: Thomas Scheiderich | last post by:
My program seems to be coming up with a phantom folder. The folder doesn't show up until I do my login page from my forms authentication web.config setup. Before I get the login pages all my...
4
by: Ramakrishnan Nagarajan | last post by:
Hi, I am facing a different problem in my application. In that I am uploading a folder that contain only images. Everything was done and was working fine too. When I executed the application using...
6
by: Caleb Hattingh | last post by:
Hi everyone Unless you have a nice tool handy, calculating many folder sizes for clearing disk space can be a click-fest nightmare. Looking around, I found Baobab (gui tool); the "du"...
1
by: gujarsachin2001 | last post by:
Hello friends, I have one folder Named as MainFolder on server. I have one more folder named as subfolder inside tht main folder.Now I want to save some pictures in tht folder but at runtime I m...
1
by: sunil | last post by:
Hi, I want to change the default installation folder to my own path. I did it by changing the application folder's DefaultLocation property. The installation works fine as long the path that I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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...

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.