473,385 Members | 1,846 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.

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 1773
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...
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: 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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...

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.