|
Bruce wrote: >1. Can we play with cookies (to store session state for example) in RPG CGI >programs? (not with JavaScript on client side). Any examples? Cookies are set by writing the appropriate stuff to the HTTP header. I can't remember how to query cookies in an RPG program, but check out <http://www.cookiecentral.com/> for lots of information on cookies. Also, remember that I'm not the only person who has my cookies.txt file soft-linked to /dev/null. Cookies aren't a reliable method to keep track of particular user sessions. >2. The maximum length of character field in RPG is 32767? How can we build >large page that has more than 32767 characters? (since the output >API QtmhWrStout uses a single string to write the built page to the >HTTP server/browser) No, the maximum as of V4R4 is 65535 characters. (If you're still on V4R2, you can get 65535 long char fields with PTF SF48553.) Cheers! Hans Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.