Sig Pam | 2 Feb 20:16
Picon
Favicon

A4D 5.0.34: another session problem

Hi folks!

 
I think I have another session problem and assume a bug.

 
Here is my setup:

* default Active4D.ini (at least regarding the session settings)

* the following realms.ini entry:

timecard        /timecard/

 
This A4D-Testpage, located at <web>/timecard/session.a4d:

 
<%
if (session id="")
    writebr("new session " + string(current time))
    writebr(session id)
    session{"start.time"}:=current time
    set session timeout(1)
else
    writebr("valid session, started at " + string(session{"start.time"})+ ", ID=" + session id)
    writebr(session id)
    set session timeout(1)
end if

(Continue reading)

Donahue, Clayton | 2 Feb 20:45
Favicon

Re: A4D 5.0.34: another session problem

Hi Peter,

I believe this was fixed in r35. We saw the issue you had described, and
updating to r35 fixed it for us.

Hope this helps!
- Clayton
Sig Pam | 2 Feb 20:56
Picon
Favicon

Re: A4D 5.0.34: another session problem

True. Updating to 5.0.37 fixed it.

 
Thank you for your advice. I got screwed up with the versions.

 
Sorry for wasting bandwidth.

 
   Peter
 
-----Ursprüngliche Nachricht-----
Von:Donahue, Clayton <cdonahue@...>
Gesendet:Do 02.02.2012 20:46
Betreff:Re: [Active4d-dev] A4D 5.0.34: another session problem
An:Active4D Developer Discussion List
<active4d-dev@...>; 
Hi Peter,

I believe this was fixed in r35. We saw the issue you had described, and
updating to r35 fixed it for us.

Hope this helps!
- Clayton
_______________________________________________
Active4D-dev mailing list
Active4D-dev <at> aparajitaworld.com
http://list.aparajitaworld.com/listinfo/active4d-dev

Archives: http://vasudev.aparajitaworld.com/archive/active4d-dev/


(Continue reading)

Peter Jakobsson | 8 Feb 02:05

Image requests with A4D and 4Dv13

Hi

Am I wasting my time testing the current version of Active4D with 4D v13 ?

It mostly works but there seems to be a problem with image requests.

I'd like to be able to get through as many issues as poss during the beta phase.

Regards

Peter
Aparajita Fishman | 8 Feb 08:46
Favicon
Gravatar

Re: Image requests with A4D and 4Dv13

> Am I wasting my time testing the current version of Active4D with 4D v13 ?
> 
> It mostly works but there seems to be a problem with image requests.

I wasn't able to get it to work at all. I will be doing full testing with v13 once I finish up a bunch of changes in
the current version.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

Mike Vogt | 8 Feb 14:14

Re: A4D and 4Dv13

Same here, minimal testing, but only the text of the Active4D pages were served, code not executed at all. 
But like I said, didn't mess much with config's, just wanted to see if it would just 'work'.

MV

-----Original Message-----
From: active4d-dev-bounces@...
[mailto:active4d-dev-bounces@...] On Behalf Of
Aparajita Fishman
Sent: Wednesday, February 08, 2012 2:46 AM
To: Active4D Developer Discussion List
Subject: Re: [Active4d-dev] Image requests with A4D and 4Dv13

> Am I wasting my time testing the current version of Active4D with 4D v13 ?
> 
> It mostly works but there seems to be a problem with image requests.

I wasn't able to get it to work at all. I will be doing full testing with v13 once I finish up a bunch of changes in
the current version.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
(Continue reading)

Peter Jakobsson | 8 Feb 14:37

Re: A4D and 4Dv13


On 8 Feb 2012, at 14:14, Mike Vogt wrote:

> Same here, minimal testing, but only the text of the Active4D pages were served, code not executed at all

I think mine must have had code executing. It's  a very complex fusebox site and everything just worked
reasonably well except for static images and possibly sessions.

Peter

Mike Vogt | 8 Feb 15:21

Re: A4D and 4Dv13

Peter,
Any noticeable improvement in serving performance due to the new web server?
MV

-----Original Message-----
From: active4d-dev-bounces@...
[mailto:active4d-dev-bounces@...] On Behalf Of
Peter Jakobsson
Sent: Wednesday, February 08, 2012 8:38 AM
To: Active4D Developer Discussion List
Subject: Re: [Active4d-dev] A4D and 4Dv13

On 8 Feb 2012, at 14:14, Mike Vogt wrote:

> Same here, minimal testing, but only the text of the Active4D pages were served, code not executed at all

I think mine must have had code executing. It's  a very complex fusebox site and everything just worked
reasonably well except for static images and possibly sessions.

Peter

_______________________________________________
Active4D-dev mailing list
Active4D-dev@...
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://vasudev.aparajitaworld.com/archive/active4d-dev/

-----
No virus found in this message.
Checked by AVG - www.avg.com
(Continue reading)

Peter Jakobsson | 8 Feb 15:50

Re: A4D and 4Dv13


On 8 Feb 2012, at 15:21, Mike Vogt wrote:

> Any noticeable improvement in serving performance due to the new web server?

On a totally non-scientific basis yes, (I think).

It kind of feels 'jerkier' but faster.

I plan to test it properly with a stress tester to see if there's a capacity improvement. I didn't really
expect much improvement because all my pages are so dynamic. On the other hand the shell level code uses
SEND HTML BLOB and if this command uses multiple cores then maybe there's some benefit.

Peter

Aparajita Fishman | 8 Feb 21:22
Favicon
Gravatar

Re: A4D and 4Dv13

>> Same here, minimal testing, but only the text of the Active4D pages were served, code not executed at all
> 
> I think mine must have had code executing. It's  a very complex fusebox site and everything just worked
reasonably well except for static images and possibly sessions.

Thank you 4D for totally messing us up.

Regards,

   Aparajita


Gmane