Re: [SM-USERS] Hi

2012-01-19 Thread Fredrik Jervfors
> whats up squirell check this out [...] get back to me

I removed this user from the mailing list.

Sincerely,
Fredrik

--
Fredrik Jervfors
The SquirrelMail Project
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donations.php


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Users - Multisession problem

2012-01-19 Thread Roberto

Hi to all,

I had a problem with SQ when the same user logged in (at the same time) from
the same PC / browser but with a different browser tab: the user ended up with
overwriting the preferences of the other user messing up things.

I have read on the page known bugs that it could happen "on a random basis",
but  it seems to me that will happen and I can repeat the problem.

I would like to understand if the bug (if any) is known and if there are
solution (other than saying to user not to login with 2 differen account
concurrently - unfortunately this does not work for my place)

server: Debian 6.x, SQ 1.4.21

thanks in advance
Roberto



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Users - Multisession problem

2012-01-19 Thread Curtis Rubel
  

It is my belief that this is due to the way SQ cookies are being
used. The same 

cookie is used no matter what user is logged in. Thus
when the second user logs 

in it overwrites/corrupts the cookie of the
first user that was already logged in. Once 

this occurs it has strange
behavior when saving anything in the settings area. 

Regards, 

Curtis


On 19.01.2012 10:13, Roberto wrote: 

> Hi to all,
> 
> I had a
problem with SQ when the same user logged in (at the same time) from
>
the same PC / browser but with a different browser tab: the user ended
up with
> overwriting the preferences of the other user messing up
things.
> 
> I have read on the page known bugs that it could happen "on
a random basis",
> but it seems to me that will happen and I can repeat
the problem.
> 
> I would like to understand if the bug (if any) is
known and if there are
> solution (other than saying to user not to
login with 2 differen account
> concurrently - unfortunately this does
not work for my place)
> 
> server: Debian 6.x, SQ 1.4.21
> 
> thanks in
advance
> Roberto
> 
>
--
>
Keep Your Developer Skills Current with LearnDevNow!
> The most
comprehensive online learning library for Microsoft developers
> is just
$99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro
Style Apps, more. Free future releases when you subscribe now!
>
http://p.sf.net/sfu/learndevnow-d2d [1]
> -
> squirrelmail-users
mailing list
> Posting guidelines:
http://squirrelmail.org/postingguidelines [2]
> List address:
squirrelmail-users@lists.sourceforge.net [3]
> List archives:
http://news.gmane.org/gmane.mail.squirrelmail.user [4]
> List info
(subscribe/unsubscribe/change options):
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users [5]

--

Curtis Rubel
Senior Development Engineer
Compro Computer Services,
Inc.
105 East Drive - Melbourne, Florida, 32904
Phone:
321-727-2211
email: cru...@compro.net
Web: http://www.compro.net

"An
ISO 9001:2008 Registered
Company"

---
CONFIDENTIALITY
NOTICE: This email transmission, and any documents, files or previous
email messages attached to it may contain confidential information that
is legally privileged. If you are not the intended recipient or a person
responsible for delivering it to the intended recipient, you are hereby
notified that any disclosure, copying, distribution, or use of any of
the information contained in or attached to this transmission is
STRICTLY PROHIBITED. If you have received this transmission in error,
please immediately notify the sender by email or call 321-727-2211.
Please destroy the original transmission and its attachments without
reading or saving it in any manner.
  

Links:
--
[1]
http://p.sf.net/sfu/learndevnow-d2d
[2]
http://squirrelmail.org/postingguidelines
[3]
mailto:squirrelmail-users@lists.sourceforge.net
[4]
http://news.gmane.org/gmane.mail.squirrelmail.user
[5]
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] Users - Multisession problem

2012-01-19 Thread Roberto
Just to be clear with an example:

1) User Bob on its PC login as bo...@.xxx on tab1 of its browser;

2) then later the same user Bob open another tab tab2 (of the same browser) an
login as i...@.xxx;

3) the user Bob save some preferences on the tab1 (former bob01's tab);

4) the preferences of user info (who is actually logged on) are overwritten
with those of bob01;

So is this behaviour already known ? Or I am missing somthing ...
if yes is there any solution or pathch ?

again thanks in  advance
Roberto

On Thu, January 19, 2012 16:48, Curtis Rubel wrote:
>
>
> It is my belief that this is due to the way SQ cookies are being used. The 
> same
>
> cookie is used no matter what user is logged in. Thus
> when the second user logs
>
> in it overwrites/corrupts the cookie of the
> first user that was already logged in. Once
>
> this occurs it has strange
> behavior when saving anything in the settings area.
>
> Regards,
>
> Curtis
>
>
> On 19.01.2012 10:13, Roberto wrote:
>
>> Hi to all,
>>
>> I had a
> problem with SQ when the same user logged in (at the same time) from
>>
> the same PC / browser but with a different browser tab: the user ended up with
>> overwriting the preferences of the other user messing up
> things.
>>
>> I have read on the page known bugs that it could happen "on
> a random basis",
>> but it seems to me that will happen and I can repeat
> the problem.
>>
>> I would like to understand if the bug (if any) is
> known and if there are
>> solution (other than saying to user not to
> login with 2 differen account
>> concurrently - unfortunately this does
> not work for my place)
>>
>> server: Debian 6.x, SQ 1.4.21
>>
>> thanks in
> advance
>> Roberto
>>
>>
> --
>>
> Keep Your Developer Skills Current with LearnDevNow!
>> The most
> comprehensive online learning library for Microsoft developers
>> is just
> $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro
> Style Apps, more. Free future releases when you subscribe now!
>>
> http://p.sf.net/sfu/learndevnow-d2d [1]
>> -
>> squirrelmail-users
> mailing list
>> Posting guidelines:
> http://squirrelmail.org/postingguidelines [2]
>> List address:
> squirrelmail-users@lists.sourceforge.net [3]
>> List archives:
> http://news.gmane.org/gmane.mail.squirrelmail.user [4]
>> List info
> (subscribe/unsubscribe/change options):
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users [5]
>
> --
>
> Curtis Rubel
> Senior Development Engineer
> Compro Computer Services,
> Inc.
> 105 East Drive - Melbourne, Florida, 32904
> Phone:
> 321-727-2211
> email: cru...@compro.net
> Web: http://www.compro.net
>
> "An
> ISO 9001:2008 Registered
> Company"
>
> ---
CONFIDENTIALITY
> NOTICE: This email transmission, and any documents, files or previous email
messages attached to it may contain confidential information that is legally
privileged. If you are not the intended recipient or a person responsible
for delivering it to the intended recipient, you are hereby notified that
any disclosure, copying, distribution, or use of any of the information
contained in or attached to this transmission is STRICTLY PROHIBITED. If you
have received this transmission in error, please immediately notify the
sender by email or call 321-727-2211. Please destroy the original
transmission and its attachments without reading or saving it in any manner.
>
>
> Links:
> --
> [1]
> http://p.sf.net/sfu/learndevnow-d2d
> [2]
> http://squirrelmail.org/postingguidelines
> [3]
> mailto:squirrelmail-users@lists.sourceforge.net
> [4]
> http://news.gmane.org/gmane.mail.squirrelmail.user
> [5]
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> --
Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers is
just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro
Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d-
> squirrelmail-users mailing list
> Posting guidelines: http://squirrelmail.org/postingguidelines
> List address: squirrelmail-users@lists.sourceforge.net
> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info
(subscribe/unsubscribe/change options):
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users





--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
-
squirrelmail-users mailing list
Posting guide

Re: [SM-USERS] Users - Multisession problem

2012-01-19 Thread Paul Lesniewski
On Thu, Jan 19, 2012 at 8:44 AM, Roberto  wrote:
> Just to be clear with an example:
>
> 1) User Bob on its PC login as bo...@.xxx on tab1 of its browser;
>
> 2) then later the same user Bob open another tab tab2 (of the same browser) an
> login as i...@.xxx;
>
> 3) the user Bob save some preferences on the tab1 (former bob01's tab);
>
> 4) the preferences of user info (who is actually logged on) are overwritten
> with those of bob01;
>
> So is this behaviour already known ? Or I am missing somthing ...
> if yes is there any solution or pathch ?

Login Check plugin

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users