On Fri, Sep 25, 2009 at 2:18 PM, DrunkenMonk <[email protected]> wrote:
> > > I suspect that there may be an issue using multiple browsers and multiple > > computers for the same account though. I have some ideas on that. I use > > some code in my own websites templates that works with all browsers... so > I > > was going to look to see what is different. > > I never found any such problems. As I remember, theres a code in the > cookie, and only the last generated code is accepted, so you will get > logged out if you try to use any cookie except the last. > The system that I use places a md5 encoded copy of the encrypted password into the cookie as the code. The result is that no storage file is needed and the same user id logged in from different workstations (even different sites) don't interfere with the other already logged in cookies. I use a number of workstations (4) in a day depending on where I am and what time of day it is. > Documentation was sparse though. > > It usually is. It's up to us who use the plugins to improve it. > I try to document my plugins thoroughly, but I'm not a programmer by > trade and I believe my explanations are sometimes lacking. This is > where the wiki culture should be strongest, but I don't think boltwire > has enough devolpers yet :p > Not really a complaint... Planned on updating the documentation after I got it to work along with examples of usage in the login/logoff pages. Just wanted to make sure the examples really work first. Still getting used to the forms... the tidbit that dan posted is helpful. Wasn't sure how to get it to log out after I pressed Logout in action.logoff Also, I originally, I thought that the file site.persist.login was used to hold "the" code used as the salt for all cookies... kind of how the crypt setting is used in the site.config file.... turned out it holds the username:code combination to validate the cookies instead. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
