Welcome, Guest
Username: Password: Remember me
1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.
  • Page:
  • 1

TOPIC:

Forward to requested page after logging in 7 years 7 months ago #58224

  • aakoch
  • aakoch's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 2
My problem is I click on a link to the club's agenda but the login page always prevents me from getting there. After logging in I still have to click on the link. Originally I was going to suggest increasing the cookie expiration so I don't have to log in as much, which is still an option. But even better would be to change the login so the user is sent to the originally requested page after logging in.
The following user(s) said Thank You: SteveTheTechie

Please Log in or Create an account to join the conversation.

Forward to requested page after logging in 7 years 7 months ago #58228

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Well, as this is a single server system used by over 11,000 clubs/districts worldwide, there are a number of strategies employed to keep the system performing reasonably well... Expiring cookies to limit the amount of HTML transferred from the server is one of those strategies.(logged in results in more HTML sent to your computer)

I realize it is a bit of a pain, so in the future, I will likely be moving many of the dialogs to a "fetch as needed" approach to limit the amount of HTML sent on each refresh. This would allow me to do things like extend the cookie expiration, but at the expense of having more waiting/spinning and lags while dialog HTML and scripts are fetched from the server for features.

Essentially, there is no free lunch for performance. I get the general impression that it is probably better to fetch the code from the server for features as they are requested to be used rather than sending it at once in each refresh, so that this the direction I want to head in moving forward.

On the forwarding to requested page after logging in... yeah noted. I have had that in the back of my mind also. Patience please...
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.

Please Log in or Create an account to join the conversation.

Forward to requested page after logging in 7 years 7 months ago #58231

  • aakoch
  • aakoch's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 2
[retracted]

Please Log in or Create an account to join the conversation.

Last edit: by aakoch. Reason: retracted

Forward to requested page after logging in 7 years 7 months ago #58232

  • aakoch
  • aakoch's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 2
[retracted]

Please Log in or Create an account to join the conversation.

Last edit: by aakoch. Reason: retracted

Forward to requested page after logging in 7 years 7 months ago #58235

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Ok, you think you know how the system works... you do *not*. :angry: I was *not* talking about the size of cookies.

I am not going to litigate or justify my design decisions here.
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.

Please Log in or Create an account to join the conversation.

Last edit: by SteveTheTechie.

Forward to requested page after logging in 7 years 7 months ago #58239

  • aakoch
  • aakoch's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 2
Sorry, I misread the "Expiring cookies to limit the amount of HTML transferred from the server is one of those strategies." I think my brain stopped there because if I had read the next part "(logged in results in more HTML sent to your computer)" more carefully I would've realized you weren't talking about the cookie size.
The following user(s) said Thank You: SteveTheTechie

Please Log in or Create an account to join the conversation.

Forward to requested page after logging in 7 years 7 months ago #58256

  • aakoch
  • aakoch's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 2
So, I was thinking about this on the way home and this is in no way dictating how you should run your site or how your system works. This is just a suggestion from a user to make *my* experience better...

If I come to the site without being authenticated then the server has to send me first the unauthenticated page. Then after I log in I am sent to the authenticated homepage. And finally I request the original page and am sent that. For this one use case only it seems that if I was already authenticated then I would just be served the one page instead of 3.

Again, I am just making an observation so don't get all pissed.

Please Log in or Create an account to join the conversation.

Forward to requested page after logging in 7 years 7 months ago #58261

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Well, the tone of your posts seemed rather antagonistic, particularly since you went to the trouble of making two successive posts. There are plenty of users that make observations and point out improvements... it does not normally bother me and I am very happy to read them--many of our best feature adds have come from our users. However, I felt I had gone the extra mile to explain why things the way the are, and yet you still chose to be antagonistic.

I could have just ignored your initial post to avoid the risk that you may not like my response, but I do not think that ignoring people is necessarily better than giving them a response they may not like. I felt you deserved an honest response, and that is why I took the time to try and explain why things are the way they are. (Normally, I would only post a few sentences.)

Lesson learned, though, aakoch.

support.toastmastersclubs.org/doc/item/terms-of-use-agreement
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.

Please Log in or Create an account to join the conversation.

Last edit: by SteveTheTechie.

Forward to requested page after logging in 7 years 7 months ago #58267

  • aakoch
  • aakoch's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 2
Yes, I was too antagonistic. I apologize for my tone. My understanding of the situation was incorrect and colored my response.

I'm sorry.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Moderators: Pamrhtaylor3jliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.037 seconds
Powered by Kunena Forum