From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,469b2bba5f3a7bd X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.233.69 with SMTP id tu5mr2470481pbc.6.1334261700179; Thu, 12 Apr 2012 13:15:00 -0700 (PDT) Path: r9ni48914pbh.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: New AWS-based website Date: Thu, 12 Apr 2012 13:00:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9114785.555.1334260823562.JavaMail.geo-discussion-forums@ynmf4> References: <76df311e-7bac-4326-bf21-b611c701ebeb@do4g2000vbb.googlegroups.com> <4f868816$0$282$14726298@news.sunsite.dk> <6ea96041-f949-421b-a76e-05ada890ec77@z17g2000yqf.googlegroups.com> <4f86e680$0$294$14726298@news.sunsite.dk> NNTP-Posting-Host: 24.230.150.102 Mime-Version: 1.0 X-Trace: posting.google.com 1334261700 24285 127.0.0.1 (12 Apr 2012 20:15:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Apr 2012 20:15:00 +0000 (UTC) In-Reply-To: <4f86e680$0$294$14726298@news.sunsite.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.230.150.102; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-12T13:00:23-07:00 List-Id: On Thursday, April 12, 2012 8:28:16 AM UTC-6, Thomas Locke wrote: > > > I also did not use the AWS session management, as I find it not very > > convincing. Any nontrivial session-based operation requires the > > implementation of additional data structures, which can easily > > accommodate the complete session handling. There is no reason to use > > multiple layers of mapping data structures for something that is a > > consistent functional block. > > > > Ahh yes, the AWS session management system. I too feel that it would be > nice if it were a bit more "flexible", for lack of a better word. Slightly off-topic, but it's my general impression that a lot of cruft/difficulty in web-development stems from the attempt to impose state on what was developed to be stateless. Would you agree?