Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

I have a specific situation. We have many asp.net applications (projects) situated on one web server. Along with it, there is one "wrapper" application, handling the login and user rights. What it does is, when a user logs in into this application, it sets a cookie, so that all other applications on that server can read it and allow users to see them. (It also builds a tree with links to pages a user can see.)

 

But, what if I want to allow some asp.net or php pages on other web servers (within the same intranet) to be handled by the same "wrapper" application? Can I do this? That means, a user logs in server1 wrapper application, that forms a tree that, among others, has a link to a web application on server2. The problem is that I can't get the server2 application to read the cookie values, because the cookie's name is different :). Any clues on how to solve this? Please pose some questions if I was unclear.

 

Thanks in advance!

Edited by Montie
  • 2 weeks later...
Posted

Don't understand this.

 

 

The problem is that I can't get the server2 application to read the cookie values, because the cookie's name is different

You want to read some cookies that you don't know the name?

There is no spoon. <<The Matrix>>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...