"my posts" is "everybody's posts"

Last post 11-24-2009 1:55 AM by alaa9jo. 15 replies.

Sort Posts:

  • "my posts" is "everybody's posts"

    10-31-2009, 5:26 AM
    • Contributor
      6,643 point Contributor
    • gerrylowry
    • Member since 07-03-2008, 1:46 AM
    • alliston ontario canada
    • Posts 2,272

    http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx

    reminds me of the song "This land is your land, this land is my land ...".


    issue:  very frequently, but not all the time, I will click "My Posts", between "Edit Profile" and "Sign Out" in the upper right corner of the forums.asp.net window and be taken to what appears to be everybody's posts.

    When I click "My Posts" and second time, I actually get Gerry Lowry's posts.

    Firefox 3.5.4
    Windows Server 2003 Standard SP2


    Regards,
    Gerry (Lowry)

    Gerry Lowry, Principal
    Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
    68 John W. Taylor Avenue
    Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com

    Websites:
    http://abilitybusinesscomputerservices.com
    http://gerrylowryprogrammer.com ~~ résumé & testimonials
    http://veganoccasions.com ~~ recipes by Susan
  • Re: "my posts" is "everybody's posts"

    11-01-2009, 10:10 PM
    Answer
    • Participant
      997 point Participant
    • rivdiv
    • Member since 09-01-2009, 5:53 PM
    • Posts 325

    I have the same issue.

  • Re: "my posts" is "everybody's posts"

    11-02-2009, 10:56 AM
    Answer
    • All-Star
      41,929 point All-Star
    • tmorton
    • Member since 08-06-2002, 9:37 PM
    • SE Pennsylvania, USA
    • Posts 6,980
    • ASPInsiders
      Moderator

    Thanks for the head's up.  I have seen this issue as well.  We'll look into it.

    Terri Morton
    ASP.NET Website Manager, Neudesic
  • Re: "my posts" is "everybody's posts"

    11-04-2009, 7:41 AM
    • Contributor
      6,643 point Contributor
    • gerrylowry
    • Member since 07-03-2008, 1:46 AM
    • alliston ontario canada
    • Posts 2,272

    This issue seems to occur also in I go from "Edit Profile" to "My Posts"

    Gerry Lowry, Principal
    Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
    68 John W. Taylor Avenue
    Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com

    Websites:
    http://abilitybusinesscomputerservices.com
    http://gerrylowryprogrammer.com ~~ résumé & testimonials
    http://veganoccasions.com ~~ recipes by Susan
  • Re: "my posts" is "everybody's posts"

    11-07-2009, 9:27 AM
    • All-Star
      60,841 point All-Star
    • anas
    • Member since 09-21-2006, 4:31 AM
    • Palestinian Territory, Occupied
    • Posts 6,856
    • Moderator

    I noticed that while i'm in edit profile page , if i click on "My psots" link, it redirect me to "http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx" which seems to be the active posts.

    Seems that there is a session loss happening while transferring from http <> https.

     

    Regards,

    Anas Ghanem | Blog

  • Re: "My posts" link redirecting me to "http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx"

    11-07-2009, 9:42 AM
    • All-Star
      41,929 point All-Star
    • tmorton
    • Member since 08-06-2002, 9:37 PM
    • SE Pennsylvania, USA
    • Posts 6,980
    • ASPInsiders
      Moderator

    gerrylowry:
    This issue seems to occur also in I go from "Edit Profile" to "My Posts"

    anas:
    Seems that there is a session loss happening while transferring from http <> https.

    Thanks!  These are the kind of observations I am looking for and will go a long way in tracking down the problem.

    Terri Morton
    ASP.NET Website Manager, Neudesic
  • Re: "My posts" link redirecting me to "http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx"

    11-07-2009, 10:40 AM
    • Contributor
      6,643 point Contributor
    • gerrylowry
    • Member since 07-03-2008, 1:46 AM
    • alliston ontario canada
    • Posts 2,272

    @ Terri ...... it is my pleasure to help any way I can.

    @ anas .... ??? is this normal for session loss in either direction with    http <====> https?

                       (also, is there any easy fix?)


    Gerry Lowry, Principal
    Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
    68 John W. Taylor Avenue
    Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com

    Websites:
    http://abilitybusinesscomputerservices.com
    http://gerrylowryprogrammer.com ~~ résumé & testimonials
    http://veganoccasions.com ~~ recipes by Susan
  • Re: "My posts" link redirecting me to "http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx"

    11-07-2009, 11:55 AM
    • All-Star
      60,841 point All-Star
    • anas
    • Member since 09-21-2006, 4:31 AM
    • Palestinian Territory, Occupied
    • Posts 6,856
    • Moderator

    gerrylowry:

    is this normal for session loss in either direction with    http <====> https?

                       (also, is there any easy fix?)

    That comes to my mind because session loss may happen if the site is configured to use cookieless session where the sessionid will be preprended in the url and the redirection code doesn't handle that.But it seems that this site is not using cookieless session because i don't see the sessionid in the url.

    So now, i think there is another reason.

    Sorry for that.

    Regards,

    Anas Ghanem | Blog

  • Re: "My posts" link redirecting me to "http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx"

    11-07-2009, 2:20 PM
    • All-Star
      98,184 point All-Star
    • mbanavige
    • Member since 11-06-2003, 1:29 PM
    • New England, USA
    • Posts 10,354
    • Moderator
      TrustedFriends-MVPs

    anas:
    So now, i think there is another reason.
     

    While it may not be a cookieless session issue, you do seem to have zero'd in on how to trigger this.

    This link always results in the expected page for me:

    http://forums.asp.net/myforums.aspx

    while this link (same only with https) always results in a different page for me:

    https://forums.asp.net/myforums.aspx

    Mike Banavige
    ~~~~~~~~~~~~
    Need a site code sample in a different language? Try converting it with: http://converter.telerik.com/
  • Re: "My posts" link redirecting me to "http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx"

    11-07-2009, 2:37 PM
    • All-Star
      60,841 point All-Star
    • anas
    • Member since 09-21-2006, 4:31 AM
    • Palestinian Territory, Occupied
    • Posts 6,856
    • Moderator

    mbanavige:

    anas:
    So now, i think there is another reason.
     

    While it may not be a cookieless session issue, you do seem to have zero'd in on how to trigger this.

    This link always results in the expected page for me:

    http://forums.asp.net/myforums.aspx

    while this link (same only with https) always results in a different page for me:

    https://forums.asp.net/myforums.aspx

    Ok , I see that the problem is that all the links beside "Edit profile" will become https when i go to "edit profile" page.

    That's the problem.

    Instead the links like "Inbox","My posts" , ... all must stay http instead of becoming https.



    Regards,

    Anas Ghanem | Blog

  • Edit Profile -> My Posts Redirection problem

    11-10-2009, 3:22 PM
    • All-Star
      17,300 point All-Star
    • guru_sarkar
    • Member since 08-31-2007, 12:00 AM
    • Posts 2,630

    Steps:

    1: I am logged-in and on Security Forums : http://forums.asp.net/25.aspx

    2: I Click Edit Profile on top right corner : https://forums.asp.net/user/EditProfile.aspx?ReturnUrl=%2f25.aspx

    3: Now when I click My Posts :

    I am taken to: http://forums.asp.net/themes/fan/forums/filteredthreadlist.aspx

    Instead of: http://forums.asp.net/myforums.aspx


  • Re: Edit Profile -> My Posts Redirection problem

    11-16-2009, 11:50 AM
    • All-Star
      41,929 point All-Star
    • tmorton
    • Member since 08-06-2002, 9:37 PM
    • SE Pennsylvania, USA
    • Posts 6,980
    • ASPInsiders
      Moderator

    We have a fix for this and should be deploying it at the end of the week (Friday).

    Terri Morton
    ASP.NET Website Manager, Neudesic
  • Re: "my posts" is "everybody's posts"

    11-23-2009, 1:05 AM
    • All-Star
      30,969 point All-Star
    • Naom
    • Member since 12-31-2007, 2:08 PM
    • Wisconsin
    • Posts 6,863

    gerrylowry:

    This issue seems to occur also in I go from "Edit Profile" to "My Posts"

     

    Exactly. I just got this problem after I changed my profile.

    Looking for a job opportunity.

    Beware of bugs in the above code; I have only proved it correct, not tried it.
    (Donald Knuth)

    Visit my blog

    PluralSight Learning Library
  • Re: "my posts" is "everybody's posts"

    11-23-2009, 3:03 AM
    • Contributor
      6,348 point Contributor
    • alaa9jo
    • Member since 07-01-2009, 9:17 AM
    • Jordan
    • Posts 1,166

    Terri mentioned that this issue will be fixed by Friday but I see the issue still not fixed till today Undecided

    And if I remember correctly,the Top Answerers page was also supposed to be fixed by Friday but nothing changed.

    Either Terri meant the next Friday or something came up and an updated release rescheduled to another date.


    Best Regards,
    Ala'a Alnajjar
    ----------------------------------------------------
    Please remember to click “Mark as Answer” on the post(s) that help(s) you even if they were for the same person.
    Also remember to close the thread by selecting “Resolved”,you will find it in your first post.

    Convert C# to VB.net and visa versus

    My Webblog
  • Re: "my posts" is "everybody's posts"

    11-23-2009, 1:52 PM
    • All-Star
      41,929 point All-Star
    • tmorton
    • Member since 08-06-2002, 9:37 PM
    • SE Pennsylvania, USA
    • Posts 6,980
    • ASPInsiders
      Moderator

    alaa9jo:
    Terri mentioned that this issue will be fixed by Friday

    I actually said "should be".  We opted not to deploy anything not related to PDC on the site last week to minimize risk.  

    This fix is now deployed to the site.  Please let us know if you continue to see the problem.

    Terri Morton
    ASP.NET Website Manager, Neudesic
Page 1 of 2 (16 items) 1 2 Next >