Written by 김승영 ([email protected]) | Hits: 96 , Lines: 40 |
Re: qRedirect() |
---|
Sorry for the delay… It should be work. What version of qDecoder do you use? If no 7.0.1, please try again with 7.0.1. If it still do not work please let me know, I can help you. Seung-young Kim from OpenBIRD. Regards. — Seung-young Kim (011-9022-6607) OpenBIRD, Inc. http://www.openbird.com —–Original Message—– From: Marcus Carey [mailto:[email protected]] Sent: Wednesday, April 24, 2002 2:21 PM To: [email protected] Subject: qRedirect() Kim qRedirect() does not work when qSession() is callied. Is there a solution to this? int main() { char *szSession; char szUrl[400]; qSession(NULL); szSession = qSessionGetID(); sprintf(szUrl,"http://localhost/store.exe?QSESSIONID=%s",szSession); qRedirect(szUrl); return(0); } Marcus |
Prev : Re: 초보적인 질문 Next : gdbm락에 관한 질문입니다 |
April 29, 2002 (20:31) from 211.109.64.108 CrazyWWWBoard 98 Professional Edition II |
[Home] [About] [Examples] [Changes] [Download] [Install] [Reference] [Bugs] [Q&A;] |