Cannot use existing session for user integration

  •  11-29-2006, 9:20 AM

    Cannot use existing session for user integration

    hi
    i have current user information in session of my portal application. I am following the integration directions of cutechat.
    So in GetUserUniqueName() I am just returning Session["USERID"]. But Session changes when the chat window or messenger window opens.
    So to debug i displayed Response.Write(Session["USERID"] ) in the same method. When the chat windows pops up, it shows me the the correct USERID. Then when it loads chat area in the window, it creates a new session and I loose my userID. Hence "UNKNOWN" user.
    how can I get this thing working?

    Thanks
    Kuljit

View Complete Thread