I've written a program, which correspondes to a (given) .asp Site.
This site is made for putting things into a shoppingbag.
I suppose that it is working with session_var's, therefor I want to know how I can fake a real user.
I tried to copy all user relevant information to the header of my request, but it dosen't work.
I know, session_var's are stored on server, so I have to give it the right information to it so it can restore them.
I hope someone can help me.
Thanks Juergen.