Displaying 2 results from an estimated 2 matches for "andyvanass".
Did you mean:
andyvanasse
2008 May 07
2
design question
Hi,
I''m developing a budget planner for myself and do have a table for recurring
expenses, as well as a transaction table for my bank account CSV file
uploads.
Questions: For the projections forward in time I''m wonder whether to:
(a) keep it simple and just calculate future balance projections on the fly,
then feed to gruff graphs
(b) each time a recurring item changes, or
2008 Apr 17
4
Do I need to use sessions if I don't store anything in them?
Hi,
I got very small app that has user part and admin part. The problem is
that after a while the sessions table has ~150mb. I don''t really need
to store any user data in the session for the user part. I only need
it for the admin part.
Can I simply turn session off in controllers from the user part? Are
there any drawbacks of turning the session off?
Regards