i am trying to figure out if i am just making a big deal over nothing... or if i am finding an impedance mismatch between my and seaside.. just about every app i have written has a pretty high reliance on users forwarding urls to others.. passing the session in the url could really cause a problem for a user without them even knowing about it... has anyone found that this to be a huge problem that couldn't be simply and easily worked around? am i just making an issue of nothing? thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi sergio
just a point: would you pass a program just in the middle a computation to a friend? Would your friend make sense about been in the middle of a (flight booking process, antialiasing photo correction....) pay attention we are talking about ***applications*** not book or set of pages where the flow has limited value. Stef On Oct 28, 2008, at 3:44 AM, sergio wrote: > > > i am trying to figure out if i am just making a big deal over > nothing... or if i am finding an impedance mismatch between my and > seaside.. > > just about every app i have written has a pretty high reliance on > users forwarding urls to others.. > > passing the session in the url could really cause a problem for a > user without them even knowing about it... > > has anyone found that this to be a huge problem that couldn't be > simply and easily worked around? > > am i just making an issue of nothing? > > thanks! > > > ___ > peace, > sergio > photographer, journalist, visionary > www.village-buzz.com > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
But, if you still want to do this, you could generate a url that represents the state of the computation without the session key, and make that url available to the user to pass to others.
On Tue, Oct 28, 2008 at 8:29 AM, stephane ducasse <[hidden email]> wrote: Hi sergio _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by stephane ducasse
On Oct 28, 2008, at 3:29 AM, stephane ducasse wrote: > pay attention we are talking about ***applications*** not book or > set of pages where the flow has limited value. > > Stef right.. i think i am just stuck in an old way of thinking... i am going to work through the "to do list" tutorial today.. and not ask any more questions until i get done with that.. thanks! ___ peace, sergio photographer, journalist, visionary www.village-buzz.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
There is no problem with questions. I think that this is important for
everybody to get exposed to other point of view. Stef On Oct 28, 2008, at 1:49 PM, sergio wrote: > > On Oct 28, 2008, at 3:29 AM, stephane ducasse wrote: > >> pay attention we are talking about ***applications*** not book or >> set of pages where the flow has limited value. >> >> Stef > > > > right.. i think i am just stuck in an old way of thinking... > > i am going to work through the "to do list" tutorial today.. > > and not ask any more questions until i get done with that.. > > thanks! > > > ___ > peace, > sergio > photographer, journalist, visionary > www.village-buzz.com > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |