Link to home
Start Free TrialLog in
Avatar of Seven price
Seven priceFlag for United States of America

asked on

Reading cookie file name verification

Yes in asp.net I would like to know how can i read the file name of the cookie not inside the file. but the file name itself.

Avatar of ahmad2121
ahmad2121

That would be a security issue if some browser did let you do that.

Given the different browser implementations, it is not even possible to guess the filename (if the browser did store it in a file).
Avatar of Seven price

ASKER

Is there anyway I can write the name of the computer username inside the cookie.
what I mean by this the cookie writes the username to the cookie name of the file. but is there a way i can write the username inside the cookie file.
ASKER CERTIFIED SOLUTION
Avatar of ahmad2121
ahmad2121

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Well not get the username, but even if they cookie writes the username inside the text of the cookie to the users computer how can I pass the users computer name to that cookie, I do not want to get it, but write it inside the cookie, kind of like an ipaddress of the persons computer.