Re: duplicate sessions in pyramid application

2013-07-12 Thread saneletm
Being new to mailing list I have sent two massages hoping to respond to my post. But instead sending replies to individuals. My apologies. I was able to track the bug. To cut to the chase, the main problem is not pyramid related, atleast that is my understanding. Source of the problem is that

Re: duplicate sessions in pyramid application

2013-07-12 Thread saneletm
On Thursday, July 11, 2013 12:02:23 PM UTC-4, saneletm wrote: > > I have a pyramid application with two API (also pyramid packages). > My problem is that everytime I run a session. There seem to be another > session running, > leading to duplicate POST/GET requests, and Database entries. > > A s

Re: duplicate sessions in pyramid application

2013-07-11 Thread Jonathan Vanasco
On Thursday, July 11, 2013 3:24:02 PM UTC-4, Vincent Catalano wrote: > > How are you using the session? Can you post your actual request function > code? > you should also share how you set up SqlAlchemy and the models. -- You received this message because you are subscribed to the Google Gr

Re: duplicate sessions in pyramid application

2013-07-11 Thread Vincent Catalano
How are you using the session? Can you post your actual request function code? -Vincent On Thu, Jul 11, 2013 at 9:02 AM, saneletm wrote: > I have a pyramid application with two API (also pyramid packages). > My problem is that everytime I run a session. There seem to be another > session runni

duplicate sessions in pyramid application

2013-07-11 Thread saneletm
I have a pyramid application with two API (also pyramid packages). My problem is that everytime I run a session. There seem to be another session running, leading to duplicate POST/GET requests, and Database entries. A sample log from this browser console will look like this: new:132